home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / cannon.b < prev    next >
Text File  |  1995-07-02  |  230b  |  8 lines

  1. #define artillery_width 16
  2. #define artillery_height 16
  3. static short artillery_bits[] = {
  4.    0x0000, 0x0000, 0x0000, 0x0000,
  5.    0x0000, 0x0000, 0x01c0, 0x7ff8,
  6.    0x7ff8, 0x07f0, 0x05d8, 0x02ac,
  7.    0x01c7, 0x0000, 0x0000, 0x0000};
  8.